Anchor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the Anchor class

Definition

Namespace: Independentsoft.Office.Vml
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public Anchor(
	int leftColumn,
	int leftOffset,
	int topRow,
	int topOffset,
	int rightColumn,
	int rightOffset,
	int bottomRow,
	int bottomOffset
)

Parameters

leftColumn  Int32
 
leftOffset  Int32
 
topRow  Int32
 
topOffset  Int32
 
rightColumn  Int32
 
rightOffset  Int32
 
bottomRow  Int32
 
bottomOffset  Int32
 

See Also